ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MultiAutoComplete<T> Class / SelectedMemberPath Property

In This Topic
    SelectedMemberPath Property
    In This Topic
    Gets or sets the name of the property used to control which item will be selected.
    Syntax
    'Declaration
     
    
    Public Property SelectedMemberPath As String
    public string SelectedMemberPath {get; set;}
    See Also